ServiceGetContact Method (ItemId) |
Gets a contact.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Contact GetContact(
ItemId itemId
)
Public Function GetContact (
itemId As ItemId
) As Contact
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to return.
Return Value
Type:
ContactContact.
See Also